home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / gnutar-f.rea < prev    next >
Text File  |  1995-08-12  |  883b  |  19 lines

  1. Short:    GNUTar with UNIX compatible file protection bits
  2. Uploader: Osma.Ahvenlampi@hut.fi
  3. Type:     util/shell
  4.  
  5. This is a patch to the recent GNUTar10-2.lha archive. That port of GNU tar
  6. works decently, but it has a serious problem for anyone who wants to use tar
  7. to exchange files between UNIX and Amiga. Since it retains all Amiga file
  8. protection bits, the archives come up very much screwed up when extracted on
  9. a UNIX platform, and vice versa.
  10.  
  11. This patch makes an attempt to translate Amiga protection bits to the closest
  12. UNIX equivalents. When extracting UNIX archives, it also sets the group and
  13. world bits as specified in the archive, for those with multiuser filesystems.
  14. When creating an archive, these bits are unfortunately not retained, since
  15. SAS/C's stat() function ignores them.
  16.  
  17. The changed source files are included, for the rest of the files, see
  18. GNUTar10-2.lha.
  19.